home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 66
/
Vol 66.iso
/
games
/
bailer.swf
/
scripts
/
DefineSprite_14
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2013-04-24
|
213 b
|
10 lines
this.onEnterFrame = function()
{
nParcent = _root.getBytesLoaded() / _root.getBytesTotal() * 100;
_xscale = _xscale + (nParcent - _xscale) / 5;
if(_xscale >= 99)
{
_root.play();
}
};